home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
MCASM.RAR
/
MC_ASM.EXE
/
WROX_ASM
/
CH12
/
COMMON
/
CONFIGS.H
< prev
next >
Wrap
C/C++ Source or Header
|
1994-09-24
|
232b
|
11 lines
#include <stdio.h>
// procedure for parsing config files
// gets next string from text file
// skip strings beginning from ';'
// kill trailed blanks and comments (text starting from ';' )
char *next_string(FILE *f);